home *** CD-ROM | disk | FTP | other *** search
/ CrystalVision Software Se… Wiki Wonder - Wikipedia / CrystalVision Software Services 703: The Wiki Wonder - Wikipedia.iso / 0703 / Business / CodeX Apps / CodeX.exe / CodeX / themes / default / ProjectCenter / ProjectSelection.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2006-09-23  |  7.2 KB  |  500 lines

  1. #MainWindow
  2. {
  3.     overflow:auto;
  4.     background:#9EADC4;
  5. }
  6.  
  7. #LeftPanel
  8. {
  9.     float:left;
  10.     margin:30px 0 0 10px;
  11.     padding-bottom:5px;
  12.     width:200px;
  13.     border:1px dashed #ccc;
  14.     background:#DEE3EB url(/img/ProjectCenter/ProjectSelection_leftpanel_bg.jpg) left bottom no-repeat;
  15.     font-size:12px;
  16. }
  17.  
  18.     #LeftPanel h1
  19.     {
  20.         float:left;
  21.         width:200px;
  22.         height:30px;
  23.         line-height:30px;
  24.         font-size:14px;
  25.         background:#BFC9D8;
  26.         color:#000;
  27.         margin:0 0 5px 0;
  28.         padding:0 0 0 0;
  29.         text-align:center;
  30.         border-bottom:2px solid #9EADC4
  31.         
  32.     }
  33.     
  34.     .Key
  35.     {
  36.         float:left;
  37.         clear:left;
  38.         display:inline-block;
  39.         width:70px;
  40.         height:20px;
  41.         line-height:20px;
  42.         color:#777;
  43.         text-align:right;
  44.         font-family:Tahoma, SimSun, Arial;
  45.         overflow:hidden;
  46.     }
  47.     
  48.     .Value
  49.     {
  50.         float:right;
  51.         display:inline-block;
  52.         width:120px;
  53.         height:20px;
  54.         line-height:20px;
  55.         color:#333;
  56.         font-family:Lucida Grande, Tahoma, SimSun, Arial;
  57.         overflow:hidden;
  58.     }
  59.     .LongValue
  60.     {
  61.         float:left;
  62.         display:inline-block;
  63.         width:188px;
  64.         height:60px;
  65.         line-height:20px;
  66.         color:#333;
  67.         font-family:SimSun, Tahoma, Arial;
  68.         margin:0 0 5px 5px;
  69.         background:#EDF1F6;
  70.         border:1px dotted #A2B3CD;
  71.         overflow:auto;
  72.         word-break:break-all;
  73.     }
  74.     .ImageValue
  75.     {
  76.         float:left;
  77.         display:inline-block;
  78.         width:188px;
  79.         height:124px;
  80.  
  81.  
  82.         margin:0 0 5px 5px;
  83.         background:#EDF1F6;
  84.         border:1px dotted #A2B3CD;
  85.     }
  86.  
  87. #ProjectContainer
  88. {
  89.     float:left;
  90.     margin:20px 0 0 0px;
  91.     width:720px;
  92.     position:relative;
  93.     background:#9EADC4 url(/img/ProjectCenter/ProjectSelection_middle_bg.jpg) left top repeat-y;
  94. }
  95.  
  96.     #ProjectContainer h1
  97.     {
  98.         float:left;
  99.         margin:10px 0 0 10px !important;
  100.         margin:10px 0 0 5px;
  101.         padding:0 0 0 0;
  102.         font-size:14px;
  103.         width:300px;
  104.         height:20px;
  105.         border-bottom:2px solid #bbb;
  106.         font-weight:bold;
  107.     }
  108.     
  109.     a.AddNewLink:link, a.AddNewLink:visited
  110.     {
  111.         position:absolute;
  112.         bottom:6px;
  113.         right:15px;
  114.         width:120px;
  115.         height:25px;
  116.         line-height:25px;
  117.         text-decoration:none;
  118.         color:#888;
  119.         text-align:center;
  120.         font-size:12px;
  121.         font-weight:bold;
  122.     }
  123.     
  124.     a.AddNewLink:hover
  125.     {
  126.         color:#fff;
  127.         background:#888;
  128.     }
  129.     
  130.     a.AddNewLink:active
  131.     {
  132.         background:#444;
  133.     }
  134.  
  135.     #NewProject
  136.     {
  137.         position:absolute;
  138.         float:left;
  139.         left:0px !important;
  140.         left:3px;
  141.         bottom:6px;
  142.         width:699px;
  143.         height:205px;
  144.  
  145.         margin:5px 0 0 6px !important;
  146.         margin:5px 0 0 3px;
  147.  
  148.         cursor:hand !important;
  149.         border-top:1px solid #acf;
  150.         background:#f0f9ff url(/img/ProjectCenter/NewProject_bg.jpg) right bottom no-repeat;
  151.         color:#666;
  152.         z-index:2;
  153.     }
  154.     #ProjectHint
  155.     {
  156.         position:absolute;
  157.         width:500px;
  158.         text-align:right;
  159.         left:20px;
  160.         top:55px;
  161.         font-size:12px;
  162.         color:#999;
  163.     }
  164.     
  165.     #NewProject_Desc
  166.     {
  167.         position:absolute;
  168.         width:660px;
  169.         height:80px;
  170.         bottom:15px;
  171.         left:20px;
  172.         background:#fff;
  173.         border:1px dashed #27c;
  174.         color:#777;
  175.         font-size:12px;
  176.     }
  177.     
  178.         #NewProject_Desc b
  179.         {
  180.             float:left;
  181.             color:#444;
  182.             margin:5px 0 0 5px;
  183.         }
  184.         #NewProject_Desc cite
  185.         {
  186.             float:left;
  187.             clear:left;
  188.             width:650px;
  189.             margin:5px 0 0 5px;
  190.             color:#777;
  191.             font-style:normal;
  192.         }
  193.     
  194.     a.ProjectItem:link, a.ProjectItem:visited
  195.     {
  196.         float:left;
  197.         position:relative;
  198.         width:680px;
  199.         height:48px;
  200.  
  201.         margin:5px 0 0 3px !important;
  202.         margin:5px 0 0 0;
  203.         text-decoration:none;
  204.         cursor:hand !important;
  205.         border:1px dashed #ddd;
  206.         background:#f0f0f0;
  207.         color:#666;
  208.     }
  209.     
  210.     a.ProjectItem:hover
  211.     {
  212.         background:#ddd;
  213.         color:#000;
  214.         border:1px dashed #aaa;
  215.     }
  216.     
  217.     a.ProjectItem:active
  218.     {
  219.         background:#ccc;
  220.         border:1px solid #999;
  221.     }
  222.  
  223.     .Input_ProjectName
  224.     {
  225.         position:absolute;
  226.         left:20px;
  227.         top:20px;
  228.         font-size:20px;
  229.         font-weight:bold;
  230.         width:500px;
  231.     }
  232.     .ProjectDesc_Prompt
  233.     {
  234.         position:absolute;
  235.         left:20px;
  236.         top:75px;
  237.         font-size:12px;
  238.         color:#888;
  239.     }
  240.     .Input_ProjectDesc
  241.     {
  242.         position:absolute;
  243.         left:20px;
  244.         top:90px;
  245.         width:500px;
  246.         height:100px;
  247.         font-size:16px;
  248.         line-height:20px;
  249.         overflow:hidden;
  250.     }
  251.     
  252.     .Input_ConfirmProject
  253.     {
  254.         position:absolute;
  255.         right:30px;
  256.         top:25px !important;
  257.         top:20px;
  258.         font-size:14px;
  259.         line-height:20px;
  260.         width:120px;
  261.     }
  262.     
  263.     a.CancelNew:link, a.CancelNew:visited
  264.     {
  265.         position:absolute;
  266.         right:30px;
  267.         top:55px;
  268.         font-size:12px;
  269.         color:#169;
  270.     }
  271.     
  272.     a.CancelNew:hover
  273.     {
  274.         color:#333;
  275.     }
  276.     
  277.     .ProjectName
  278.     {
  279.         position:absolute;
  280.         left:20px;
  281.         top:7px !important;
  282.         top:5px;
  283.         line-height:48px;
  284.         font-size:20px;
  285.         font-weight:bold;
  286.     }
  287.     
  288.     .ProjectCategory
  289.     {
  290.         position:absolute;
  291.         left:20px;
  292.         top:2px !important;
  293.         top:5px;
  294.         line-height:20px;
  295.         font-size:12px;
  296.         color:#888;
  297.     }
  298.     
  299.     .ProjectLeader
  300.     {
  301.         position:absolute;
  302.         top:0px;
  303.         right:150px;
  304.         line-height:48px;
  305.         font-size:14px;
  306.         font-weight:bold;
  307.         color:#800;
  308.     }
  309.     .ProjectLeader_Prompt
  310.     {
  311.         position:absolute;
  312.         top:0px;
  313.         right:150px;
  314.         line-height:20px;
  315.         font-size:12px;
  316.         color:#888;
  317.     }
  318.     
  319.     .ProjectStatus
  320.     {
  321.         position:absolute;
  322.         top:0px;
  323.         right:10px;
  324.         line-height:48px;
  325.         font-size:20px;
  326.         font-weight:bold;
  327.         font-family:Tahoma, Arial;
  328.     }
  329.     
  330.     .Active
  331.     {
  332.         color:#d00;
  333.     }
  334.     
  335.     .Dead
  336.     {
  337.         color:#444;
  338.     }
  339. /*
  340. {    
  341.     .Inactive
  342.     {
  343.         background:url(/img/ProjectCenter/ProjectItem_Inactive_bg.jpg) left top no-repeat !important;
  344.     }
  345.     
  346.     .ProjectItem_Altern
  347.     {
  348.         position:absolute;
  349.         float:left;
  350.         left:0px;
  351.         top:0px;
  352.         width:610px;
  353.         height:140px;
  354.         background:url(/img/ProjectCenter/ProjectItem_Alternate_bg.jpg) left top no-repeat;
  355.     }
  356.     
  357.     .ProjectName_Altern
  358.     {
  359.         float:left;
  360.         margin:10px 0 10px 15px;
  361.         color:#fff;
  362.         border-bottom:2px solid #aaa;
  363.         font-size:14px;
  364.         font-weight:bold;
  365.         line-height:20px;
  366.         width:400px;
  367.         height:20px;
  368.     }
  369.     
  370.     .AccessIndicator
  371.     {
  372.         position:absolute;
  373.         left:11px;
  374.         top:9px;
  375.         width:78px;
  376.         height:18px;
  377.         line-height:18px;
  378.         text-align:center;
  379.     }
  380.     
  381.     .NoAccess
  382.     {
  383.         background:url(/img/ProjectCenter/Project_NoAccess_bg.jpg) left top no-repeat;
  384.         color:#fff;        
  385.     }
  386.     
  387.     .Updated
  388.     {
  389.         background:url(/img/ProjectCenter/Project_Updated_bg.jpg) left top no-repeat;
  390.         color:#fff;
  391.     }
  392.     
  393.     .TA_SendRequest
  394.     {
  395.         float:left;
  396.         width:400px;
  397.         height:50px;
  398.         margin:0px 0 0 15px;
  399.         
  400.     }
  401.     
  402.     .SendRequest_Label
  403.     {
  404.         float:left;
  405.         width:400px;
  406.         height:50px;
  407.         margin:0 0 0 15px;
  408.         color:#eee;
  409.     }
  410.     
  411.     .Btn_SendRequest
  412.     {
  413.         float:left;
  414.         clear:left;
  415.         margin:0 0 0 15px;
  416.         width:200px;
  417.         height:25px;
  418.         text-align:center;
  419.         line-height:25px;
  420.         color:#333;
  421.     }
  422.     
  423.     .SendRequest_Indicator
  424.     {
  425.         float:left;
  426.         clear:left;
  427.         margin:2px 0 0 15px;
  428.         width:400px;
  429.         height:15px;
  430.         line-height:15px;
  431.         color:#fff;
  432.     }
  433.     
  434.     #ProjectContainer a.AlternLink:link, #ProjectContainer a.AlternLink:visited
  435.     {
  436.         position:absolute;
  437.         right:15px;
  438.         top:5px;
  439.         height:20px;
  440.         line-height:20px;
  441.         color:#eee;
  442.         text-decoration:none;
  443.     }
  444.     
  445.     #ProjectContainer a.AlternLink:hover
  446.     {
  447.         text-decoration:underline;
  448.     }
  449.     
  450.     a.Project_Enter:link, a.Project_Enter:visited
  451.     {
  452.         float:left;
  453.         clear:left;
  454.         width:610px;
  455.         height:30px;
  456.         line-height:30px;
  457.         text-align:center;
  458.         margin:20px 0 0 0;
  459.         font-size:20px;
  460.         color:#ddd;
  461.         text-decoration:none;
  462.     }
  463.     a.Project_Enter:hover
  464.     {
  465.         color:#fff;
  466.         text-decoration:underline;
  467.     }
  468.     a.Project_Enter:active
  469.     {
  470.         color:#f00;
  471.     }
  472. }
  473. */    
  474. #WindowHeader
  475. {
  476.     float:left;
  477.     width:720px;
  478.  
  479.     background:url(/img/ProjectCenter/ProjectSelection_header_bg.jpg) left top no-repeat;
  480.  
  481. }
  482.  
  483. #WindowFooter
  484. {
  485.     float:left;
  486.     width:720px;
  487.     height:15px;
  488.     background:url(/img/ProjectCenter/ProjectSelection_footer_bg.jpg) left bottom no-repeat;
  489.     margin-top:5px;
  490. }
  491.  
  492. #ScrollContent
  493. {
  494.     float:left;
  495.     margin:0 0 0 3px;
  496.     width:699px;
  497.     height:580px;
  498.     overflow:auto;
  499.     z-index:0;
  500. }